home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00112_url link.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  269 b   |  14 lines

  1. on mouseEnter
  2.   set the foreColor of member "url link" to 0
  3.   puppetSound(3, "over")
  4. end
  5.  
  6. on mouseLeave
  7.   set the foreColor of member "url link" to 215
  8. end
  9.  
  10. on mouseUp
  11.   puppetSound(2, "click")
  12.   gotoNetPage("http://www.corbisimages.com/redcd/default.asp", "_new")
  13. end
  14.